home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / host contacted / imengv3.41p2.lha / ImEngV3.41p2 / Notes / SaveIT.notes < prev    next >
Text File  |  1999-10-16  |  1KB  |  60 lines

  1.  
  2.  
  3. Image Engineer script - SaveIT v1.00
  4.  
  5.  
  6.  
  7. SHORT DESCRIPTION
  8.  
  9.   This script saves image of active window to a selected dir in
  10.   selected 24 bit fileformat. It will never overwrite files.
  11.  
  12.  
  13. REQUIREMENTS
  14.  
  15.   Image Engineer v3.41 (Wision release 2)
  16.   SViewIV-libraries (svobjects) for saving different imageformats
  17.  
  18.  
  19. INSTALLATION
  20.  
  21.   This script belongs to Image Engineer distribution, so it
  22.   should allready be in IE:Arexx/, where it belongs.
  23.  
  24.  
  25. USAGE
  26.  
  27.   Activate window of an image to save and run the script.
  28.   Select a savedir using a filerequester.
  29.  
  30.   Choose basename. Resulting files will have names like:
  31.  
  32.    <basename>0.tga, <basename>10.jpg or ...
  33.  
  34.   Number following the <basename> is a safetynumber, so pictures
  35.   wouldn't be overwritten. Script will always check, if
  36.   picturename with same number exists and use next available
  37.   number (max 999).
  38.  
  39.   Choosable fileformats (JPG, PNG, TIFF and TARGA) use default
  40.   SVObject -preferences.
  41.  
  42.  
  43. ARGUMENTS
  44.  
  45.   None. Use from Image Engineer.
  46.  
  47.  
  48.  
  49.  
  50.  
  51. HISTORY
  52.  
  53.   1.00
  54.  
  55.   History started
  56.  
  57.  
  58.  
  59.  
  60.